home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
monochrome.swf
/
scripts
/
DefineButton2_285
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-26
|
246 b
|
13 lines
on(release){
_root.Dnmbr = 100;
_root.freqD = 30;
_root.Pnmbr = 25;
_root.freqP = 200;
_root.Anmbr = 100;
_root.freqA = 30;
_root.goal = 0;
_root.reward = 700;
_root.music = 7;
_root.gotoAndPlay("m1");
}